|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
EigrpNeighborTable holds the EIGRP neighbor table. More...
Public Member Functions | |
| int | getNeighborCount () |
| Returns the number of neighbors in the table. More... | |
| EigrpNeighbor | getNeighborAt (int) |
| Returns the neighbor at the specified index. More... | |
| EigrpNeighbor | getNeighborByIp (ip) |
| Returns the neighbor with the specified IP address. More... | |
EigrpNeighborTable holds the EIGRP neighbor table.
| EigrpNeighbor EigrpNeighborTable::getNeighborAt | ( | int | ) |
Returns the neighbor at the specified index.
| index,the | index of the neighbor of interest. |
| EigrpNeighbor EigrpNeighborTable::getNeighborByIp | ( | ip | ) |
Returns the neighbor with the specified IP address.
| ipAddress,the | IP address of the neighbor of interest. |
| int EigrpNeighborTable::getNeighborCount | ( | ) |
Returns the number of neighbors in the table.